if (FALSE) {
library(pbdMPI)
if(Sys.info()["sysname"] != "Windows"){
get.conf("MPI_INCLUDE_PATH"); cat("\n")
get.conf("MPI_LIBPATH"); cat("\n")
get.conf("MPI_LIBNAME"); cat("\n")
get.conf("MPI_LIBS"); cat("\n")
} else{
get.conf("MPI_INCLUDE", "/i386"); cat("\n")
get.conf("MPI_LIB", "/i386"); cat("\n")
get.conf("MPI_INCLUDE", "/x64"); cat("\n")
get.conf("MPI_LIB", "/x64"); cat("\n")
}
}
Run the code above in your browser using DataLab